home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / falcon / programm.ing / nt_dsp1.lzh / NT_DSP1.MSA / MATRIX / MATMUL1.HLP < prev    next >
Text File  |  1989-01-24  |  540b  |  14 lines

  1.          Name: MATMUL1
  2.          Type: Assembler Program
  3.       Version: 1.0
  4.   Last Change:  4-Feb-87
  5.  
  6.   Description: [1x3][3x3]=[1x3] Matrix Multiplication Routine
  7.  
  8.  This program demonstrates an efficient method for multiplying
  9.  a [1x3] matrix by a [3x3] matrix.  This matrix operation
  10.  is useful for graphics to perform translation, scaling or
  11.  rotation.  The [1x3] matrix is in X memory space, the [3x3]
  12.  matrix is in Y memory space and the [1x3] result is stored in
  13.  Y memory space.  Benchmarks: 17 cycles, 17 program words.
  14.